home *** CD-ROM | disk | FTP | other *** search
/ CD BIT 75 / CD BIT 75.iso / Software / gimp-2.0.5-i586-setup / gimp-2.0.5-i586-setup.exe / {app} / share / gimp / 2.0 / themes / Small / gtkrc
Encoding:
Text File  |  2004-09-26  |  2.2 KB  |  82 lines

  1. # pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."
  2. #
  3. # include "rc-file"
  4. #
  5. # style <name> [= <name>]
  6. # {
  7. #   <option>
  8. # }
  9. #
  10. # widget <widget_set>       style <style_name>
  11. # class  <widget_class_set> style <style_name>
  12.  
  13.  
  14. style "gimp-default-style"
  15. {
  16.   stock["gtk-dialog-error"] =
  17.     {
  18.       { "../Default/images/stock-error-64.png", *, *, "gtk-dialog" }
  19.     }
  20.   stock["gtk-dialog-info"] =
  21.     {
  22.       { "../Default/images/stock-info-64.png", *, *, "gtk-dialog" }
  23.     }
  24.   stock["gtk-dialog-question"] =
  25.     {
  26.       { "../Default/images/stock-question-64.png", *, *, "gtk-dialog" }
  27.     }
  28.   stock["gtk-dialog-warning"] =
  29.     {
  30.       { "../Default/images/stock-warning-64.png", *, *, "gtk-dialog" }
  31.     }
  32.  
  33.   font_name = "sans 8"
  34.  
  35. # Enabling the following line for some reason breaks toolbox resize
  36. # increment calculation. You can enable it to get an even smaller GUI
  37. # but need to restart GIMP after the theme change.
  38. #
  39. # GtkWidget::focus_padding         = 0
  40.  
  41.   GtkOptionMenu::indicator_size    = { 5, 11 }
  42.   GtkOptionMenu::indicator_spacing = { 4, 3, 1, 1 }
  43.  
  44.   GtkPaned::handle_size            = 5
  45.   GimpDock::separator_height       = 5
  46.   GimpDock::default_height         = 240
  47.   GimpImageDock::minimal_width     = 200
  48.   GimpImageDock::menu_preview_size = small-toolbar
  49.   GimpToolbox::tool_icon_size      = menu
  50.   GimpToolbox::button_relief       = none
  51.   GimpDockbook::tab_border         = 0
  52.   GimpDockbook::tab_icon_size      = menu
  53.   GimpColorNotebook::tab_border    = 0
  54.   GimpColorNotebook::tab_icon_size = menu
  55.   GimpDockable::content_border     = 1
  56.   GimpEditor::content_spacing      = 1
  57.   GimpEditor::button_spacing       = 1
  58.   GimpEditor::button_icon_size     = menu
  59.   GtkDialog::content_area_border   = 0
  60.   GtkDialog::button_spacing        = 4
  61.   GtkDialog::action_area_border    = 6
  62. }
  63.  
  64. class "GtkWidget" style "gimp-default-style"
  65.  
  66.  
  67. style "gimp-grid-view-style" = "gimp-default-style"
  68. {
  69.   bg[NORMAL] = { 1.0, 1.0, 1.0 }
  70. }
  71.  
  72. widget "*GimpContainerGridView*GtkViewport*" style "gimp-grid-view-style"
  73.  
  74.  
  75. style "gimp-dockable-button-style" = "gimp-default-style"
  76. {
  77.   GtkButton::focus_line_width   = 0
  78.   GtkButton::focus_line_padding = 0
  79. }
  80.  
  81. widget "*GimpDockable.GtkButton*" style "gimp-dockable-button-style"
  82.